home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_51 / BUTTONCONDACTION on(keyPress Enter).as < prev    next >
Text File  |  2012-08-27  |  289b  |  18 lines

  1. on(keyPress "<Enter>"){
  2.    sonMC.gotoAndPlay(4);
  3.    if(choix == 1)
  4.    {
  5.       gotoAndPlay(260);
  6.    }
  7.    if(choix == 2)
  8.    {
  9.       sonMC.gotoAndPlay(4);
  10.       getURL(urlScore,"_blank");
  11.    }
  12.    if(choix == 3)
  13.    {
  14.       sonMC.gotoAndPlay(4);
  15.       gotoAndPlay(324);
  16.    }
  17. }
  18.